alter table "Patient"
add column if not exists "RelationType" text,
add column if not exists "OccupationDetail" text;

alter table "PatientFamily"
add column if not exists "OccupationDetails" text;